home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- set the trails of sprite 3 to 1
- set the trails of sprite 4 to 1
- set the trails of sprite 5 to 1
- set y3 to the locV of sprite 3
- set y4 to the locV of sprite 4
- set y5 to the locV of sprite 5
- set x to 0
- repeat with n = 0 to 160
- if the mouseDown then
- exit repeat
- end if
- set x to x + 4
- set the locH of sprite 3 to x
- set the locH of sprite 4 to x
- set the locH of sprite 5 to x
- set the locV of sprite 3 to (-50 * float(sin(x * 0.0213))) + y3
- set the locV of sprite 4 to (-50 * float(tan(x * 0.0213))) + y4
- set the locV of sprite 5 to (-50 * float(cos(x * 0.0213))) + y5
- updateStage()
- startTimer()
- repeat while the timer < 1
- if the mouseDown then
- exit repeat
- end if
- end repeat
- end repeat
- set the trails of sprite 3 to 0
- set the trails of sprite 4 to 0
- set the trails of sprite 5 to 0
- set the cursor of sprite 40 to [319, 320]
- set the cursor of sprite 42 to [319, 320]
- set the cursor of sprite 43 to [319, 320]
- set the cursor of sprite 44 to [319, 320]
- end
-